func runtime.gcd

2 uses

	runtime (current package)
		proc.go#L7221: 		if gcd(i, count) == 1 {
		proc.go#L7248: func gcd(a, b uint32) uint32 {